home *** CD-ROM | disk | FTP | other *** search
/ Mars Digital Image Map / Mars Digital Image Map - Disc 3.iso / label / dsmapdim.lbl
Text File  |  1991-09-05  |  9KB  |  169 lines

  1. OBJECT                            = DATA_SET_MAP_PROJECT_CATALOG
  2.  DATA_SET_ID                      = "VO1/VO2-M-VIS-5-DIM-V1.0"
  3.  
  4.  OBJECT                           = DS_MAP_PROJECT_INFO_CATALOG
  5.   MAP_PROJECTION_TYPE             = "SINUSOIDAL"
  6.   MAP_PROJECTION_DESC             = "MDIM (Mars Digital Image Maps) are 
  7.      presented in a sinusoidal equal-area map projection. In this
  8.      projection, parallels of latitude are straight lines, with constant
  9.      distances between equal latitude intervals. Lines of constant
  10.      longitude on either side of the projection meridian are curved
  11.      since longitude intervals decrease with the cosine of latitude to
  12.      account for their convergence toward the poles. This projection
  13.      offers a number of advantages for storing and managing global
  14.      digital data; in particular, it is computationally simple, and data
  15.      are stored in a compact form.
  16.  
  17.      The Sinusoidal Equal-area projection is characterized by a
  18.      projection longitude, which is the center meridian of the
  19.      projection, and a scale, which is given in units of pixels/degree.
  20.      The center latitude for all MDIM's is the equator. Each MDIM file
  21.      contains its own central meridian.
  22.  
  23.      The transformation from latitude and longitude to line and sample
  24.      is given by the following equations:
  25.  
  26.     line = INT(X_AXIS_PROJECTION_OFFSET - lat*MAP_RESOLUTION + 1.0)
  27.  
  28.     sample = INT(Y_AXIS_PROJECTION_OFFSET - (lon - CENTER_LONGITUDE)*
  29.              MAP_RESOLUTION*cos(lat) + 1.0)
  30.  
  31.     Note that integral values of line and sample correspond to center 
  32.     of a pixel.  Lat and lon are the latitude and longitude of a given 
  33.     spot on the surface.  
  34.  
  35.     X_AXIS_PROJECTION_OFFSET is the line number minus one on which the 
  36.     map projection origin occurs.  The map projection origin is the 
  37.     intersection of the equator and the projection longitude.
  38.     The value of X_AXIS_PROJECTION_OFFSET is positive for images 
  39.     starting north of the equator and is negative for images starting 
  40.     south of the equator.         
  41.  
  42.     Y_AXIS_PROJECTION_OFFSET is the nearest sample number to the left 
  43.     of the projection longitude. The value of Y_AXIS_PROJECTION_OFFSET
  44.     is positive for images starting to the west of the projection
  45.     longitude and is negative for images starting to the east of the
  46.     projection longitude. 
  47.  
  48.     CENTER_LONGITUDE is the value of the projection longitude, which is 
  49.     the longitude that passes through the center of the projection.
  50.  
  51.     MAP_RESOLUTION is the number of pixels per degree on the planet.  
  52.     The values for MDIM products will be 256, 64, 16, and 4.
  53.  
  54.     There are four PDS parameters that specify the latitude and
  55.     longitude boundaries of an image.  MAXIMUM_LATITUDE and
  56.     MINIMUM_LATITUDE specify the latitude boundaries of the image, and
  57.     MAXIMUM_LONGITUDE and MINIMUM_LONGITUDE specify the longitudinal
  58.     boundaries of the map.
  59.  
  60.     Definitions of other mapping parameters can be found in the PDS Data
  61.     dictionary."
  62.  
  63.   ROTATIONAL_ELEMENT_DESC         = "See DAVIESETAL1989."
  64.  
  65.   OBJECT                          = DS_MAP_PROJ_REF_INFO_CATALOG
  66.    REFERENCE_KEY_ID               = "DAVIESETAL1989"
  67.  
  68.    OBJECT                         = REFERENCE
  69.     DOCUMENT_TOPIC_TYPE           = "ROTATIONAL ELEMENTS OF THE 
  70.      PLANETS"      
  71.     JOURNAL_NAME                  = "CELESTIAL MECHANICS AND DYNAMICAL
  72.      ASTRONOMY"
  73.     PUBLICATION_DATE              = "1989"
  74.     REFERENCE_DESC                = "Davies, M.E., V.K. Abalakin, M.
  75.     Bursa, G.E. Hunt, J.H. Lieske, B. Morando, R.H. Rapp, P.K.
  76.     Seidelmann, A.T. Sinclair, and Y.S. Tjuflin, Report of the
  77.     IAU/IAG/COSPAR working group on cartographic coordinates and
  78.     rotational elements of the planets and satellites: 1988, Celestial
  79.     Mechanics and Dynamical Astronomy, 46, 187-204, 1989."
  80.     OBJECT                        = REFERENCE_AUTHORS_CATALOG 
  81.      AUTHOR_FULL_NAME             = "MERTON E. DAVIES"
  82.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG
  83.     OBJECT                        = REFERENCE_AUTHORS_CATALOG
  84.      AUTHOR_FULL_NAME             = "V. K. ABALAKIN"
  85.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG
  86.     OBJECT                        = REFERENCE_AUTHORS_CATALOG
  87.      AUTHOR_FULL_NAME             = "M. BURSA"            
  88.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG 
  89.     OBJECT                        = REFERENCE_AUTHORS_CATALOG 
  90.      AUTHOR_FULL_NAME             = "G. E. HUNT"              
  91.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG 
  92.     OBJECT                        = REFERENCE_AUTHORS_CATALOG 
  93.      AUTHOR_FULL_NAME             = "J. H. LIESKE"            
  94.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG 
  95.     OBJECT                        = REFERENCE_AUTHORS_CATALOG 
  96.      AUTHOR_FULL_NAME             = "B. MORANDO"              
  97.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG 
  98.     OBJECT                        = REFERENCE_AUTHORS_CATALOG 
  99.      AUTHOR_FULL_NAME             = "R. H. RAPP"              
  100.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG 
  101.     OBJECT                        = REFERENCE_AUTHORS_CATALOG 
  102.      AUTHOR_FULL_NAME             = "P. K. SEIDELMANN"        
  103.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG 
  104.     OBJECT                        = REFERENCE_AUTHORS_CATALOG 
  105.      AUTHOR_FULL_NAME             = "A. T. SINCLAIR"          
  106.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG 
  107.     OBJECT                        = REFERENCE_AUTHORS_CATALOG 
  108.      AUTHOR_FULL_NAME             = "Y. S. TJUFLIN"           
  109.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG 
  110.    END_OBJECT                     = REFERENCE                 
  111.   END_OBJECT                      = DS_MAP_PROJ_REF_INFO_CATALOG
  112.  
  113.   OBJECT                          = DS_MAP_PROJ_REF_INFO_CATALOG
  114.    REFERENCE_KEY_ID               = "BATSON1987"
  115.  
  116.    OBJECT                         = REFERENCE
  117.     DOCUMENT_TOPIC_TYPE           = "DIGITAL CARTOGRAPHY"
  118.     JOURNAL_NAME                  = "PHOTOGRAMMETRIC ENGINEERING AND
  119.      REMOTE SENSING"
  120.     PUBLICATION_DATE              = "1987" 
  121.     REFERENCE_DESC                = "Batson, R.M., Digital Cartography
  122.      of the Planets: New Methods, Its Status, and Its Future: September
  123.      1987, Photogrammetric Engineering and Remote Sensing, Vol. 53, No. 
  124.      9, pp. 1211-1218."
  125.  
  126.     OBJECT                        = REFERENCE_AUTHORS_CATALOG
  127.      AUTHOR_FULL_NAME             = "RAYMOND M. BATSON"      
  128.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG
  129.    END_OBJECT                     = REFERENCE                
  130.   END_OBJECT                      = DS_MAP_PROJ_REF_INFO_CATALOG
  131.  
  132.   OBJECT                          = DS_MAP_PROJ_REF_INFO_CATALOG
  133.    REFERENCE_KEY_ID               = "EDWARDS1987"
  134.  
  135.    OBJECT                         = REFERENCE 
  136.     DOCUMENT_TOPIC_TYPE           = "DIGITAL CARTOGRAPHY"
  137.     JOURNAL_NAME                  = "PHOTOGRAMETRIC ENGINEERING
  138.      REMOTE SENSING"
  139.     PUBLICATION_DATE              = "1987"
  140.     REFERENCE_DESC                = "Edwards, K., Geometric Processing
  141.      of Digital Images of the Planets: September, 1987, Photgrametric
  142.      Engineering and Remote Sensing, Vol. 53, No. 9, pp. 1219-1222."
  143.  
  144.     OBJECT                        = REFERENCE_AUTHORS_CATALOG
  145.      AUTHOR_FULL_NAME             = "KATHLEEN EDWARDS"
  146.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG   
  147.    END_OBJECT                     = REFERENCE                   
  148.   END_OBJECT                      = DS_MAP_PROJ_REF_INFO_CATALOG
  149.  
  150.   OBJECT                          = DS_MAP_PROJ_REF_INFO_CATALOG
  151.    OBJECT                         = REFERENCE                   
  152.     DOCUMENT_TOPIC_TYPE           = "MAP PROJECTION"            
  153.     JOURNAL_NAME                  = "N/A"                       
  154.     PUBLICATION_DATE              = "1987"                      
  155.     REFERENCE_DESC                = "Snyder, John P., Map projections 
  156.     --  a working manual, U. S. Geol. Surv. Prof. Paper 1395, 383p., 
  157.     1987."       
  158.     OBJECT                        = REFERENCE_AUTHORS_CATALOG
  159.      AUTHOR_FULL_NAME             = "JOHN P. SNYDER"
  160.     END_OBJECT                    = REFERENCE_AUTHORS_CATALOG
  161.    END_OBJECT                     = REFERENCE
  162.   END_OBJECT                      = DS_MAP_PROJ_REF_INFO_CATALOG
  163.  
  164.  END_OBJECT                       = DS_MAP_PROJECT_INFO_CATALOG
  165.  
  166. END_OBJECT                        = DATA_SET_MAP_PROJECT_CATALOG
  167.  
  168. END
  169.